Skip to content

Upgrade llama.cpp from b9972 to b9975#337

Merged
bernardladenthin merged 1 commit into
mainfrom
claude/update-b9975-oq5a1d
Jul 12, 2026
Merged

Upgrade llama.cpp from b9972 to b9975#337
bernardladenthin merged 1 commit into
mainfrom
claude/update-b9975-oq5a1d

Conversation

@bernardladenthin

Copy link
Copy Markdown
Owner

Summary

  • Upgrade pinned llama.cpp version from b9972 to b9975 across all configuration files and documentation
  • Update LlamaCppVersion.LLAMA_CPP_VERSION constant to reflect the new upstream version
  • Update CMakeLists.txt GIT_TAG and TTS generator tag to b9975
  • Add upstream breaking-changes entry documenting the b9972→b9975 transition

Details

This is a routine upstream version bump. The b9972→b9975 range includes:

  • Internal CUDA memory-handling improvements (ggml-cuda.cu)
  • GGUF parsing robustness (gguf.cpp)
  • Per-sequence DSV4 compressed-cache clearing (llama-kv-cache-dsv4.{cpp,h})

No public API surface changes; all modifications are internal-only. All eight existing patches re-verified against b9975 and apply cleanly.

Test plan

  • CI is green on this branch
  • Docs / CHANGELOG updated where applicable

Related issues / PRs

Checklist

  • I have read CONTRIBUTING.md and CODE_OF_CONDUCT.md
  • My commits follow Conventional Commits
  • No security-sensitive changes (if there are, I have notified the maintainer privately per SECURITY.md)

https://claude.ai/code/session_01WAUg78ZW9bN3U1P6w67GFo

Internal-only range (CUDA cudaMemGetInfo failure handling, GGUF empty-key
rejection, per-sequence DSV4 compressed-cache clearing/isolation fix) — no
public API surface touched, all eight local patches re-verified clean.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01WAUg78ZW9bN3U1P6w67GFo
@bernardladenthin
bernardladenthin merged commit 222cefb into main Jul 12, 2026
10 of 14 checks passed
@bernardladenthin
bernardladenthin deleted the claude/update-b9975-oq5a1d branch July 12, 2026 15:04
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants